Conversation
|
Thanks for this! I'll work on getting the pipeline updated tonight so a new build can go out. Did you review this PR to see if any of the changes it in are still needed? Thanks! |
|
I didn't review the other PR, because haven't looked for other PR's. Sorry for that.
|
|
I tried to do some cleaning up, but there are quite some things to be improved. Unused usings removal, spacing fixes, unused constants, fields that can be made readonly, 'new' modifier for methods hiding base class methods, ... I propose to NOT do the cleaning up, because the library is stable and ok, hard to review all the changes, risk of introducing bugs, pollution of code history, and so on. |
|
No worries. I was mostly referring to the changes in Path.cs and FileOutputStream.cs. |
My conclusion: we don't need these changes and can leave the warnings as is. @conradmicallef, do you agree? |
For a warning free experience when consuming the NuGet package Zlib.Portable into a .NET Standard or .NET (Core) project, it's migrated to .NET Standard.
There is one failing test, GzipTrailerValidation.SystemGzipStreamWithBadTrailer_DoesNotThrowWhenReadToEnd. I except that this test failed before.
Version bumped to 1.12.0.0.
If everything is fine, can you also create and upload the NuGet package? I did not configure the new NuGet packaging properties of MSBuild.
Thanks!